From: Ewan Mellor Date: Fri, 2 Feb 2007 14:32:48 +0000 (+0000) Subject: Added default for the vcpus_params key. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15358^2~8 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=8ae342b80bfa616e1e25287a4d496139a7ab88cf;p=xen.git Added default for the vcpus_params key. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 3c36eb0421..223a90cf6e 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -371,6 +371,7 @@ class XendConfig(dict): 'cpu_weight': 256, 'cpu_cap': 0, 'vcpus_number': 1, + 'vcpus_params': {}, 'console_refs': [], 'vif_refs': [], 'vbd_refs': [],